projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a048bc1
)
(f90-change-keywords): Doc fix.
author
Glenn Morris
<rgm@gnu.org>
Sun, 19 May 2002 23:22:50 +0000
(23:22 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 19 May 2002 23:22:50 +0000
(23:22 +0000)
lisp/progmodes/f90.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/f90.el
b/lisp/progmodes/f90.el
index 3f8478c19f07e68bdba8716d77a93a10cf37c0ad..e321dfce8d8bafdc9295f728826064d7f5e6a878 100644
(file)
--- a/
lisp/progmodes/f90.el
+++ b/
lisp/progmodes/f90.el
@@
-1697,7
+1697,7
@@
Any other key combination is executed normally."
;; Change the keywords according to argument.
(defun f90-change-keywords (change-word &optional beg end)
"Change the case of F90 keywords in the region (if specified) or buffer.
-CHANGE-WORD should be one of 'upcase-word, 'downcase-word, capitalize-word."
+CHANGE-WORD should be one of 'upcase-word, 'downcase-word,
'
capitalize-word."
(save-excursion
(setq beg (or beg (point-min))
end (or end (point-max)))